projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879bae9
)
(tool-bar-mode): Delete autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Oct 2005 16:22:08 +0000
(16:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Oct 2005 16:22:08 +0000
(16:22 +0000)
lisp/tool-bar.el
patch
|
blob
|
history
diff --git
a/lisp/tool-bar.el
b/lisp/tool-bar.el
index 984dac92b12441635e0cb4888fcc018eed44892b..ea2bad9dcb27f2d7b486dc7abf1b57089420321f 100644
(file)
--- a/
lisp/tool-bar.el
+++ b/
lisp/tool-bar.el
@@
-41,7
+41,9
@@
;;; Code:
-;;;###autoload
+;; The autoload cookie doesn't work when preloading.
+;; Deleting it means invoking this command won't work
+;; when you are on a tty. I hope that won't cause too much trouble -- rms.
(define-minor-mode tool-bar-mode
"Toggle use of the tool bar.
With numeric ARG, display the tool bar if and only if ARG is positive.